home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / bplus20.zip / MAKE.BAT < prev    next >
DOS Batch File  |  1990-01-12  |  176b  |  9 lines

  1. cl /c /Ox BPLUS.C
  2. cl /c LISTTREE.C
  3. cl /c NAMES.C
  4. cl /c REINDEX.C
  5. cl /c VTEST.C
  6. link names+bplus,names.exe;
  7. link vtest+bplus,vtest.exe;
  8. link reindex+bplus,reindex.exe;
  9.